commit | 9c33415fc305e37bd5a1f399bae1c3b9e2559571 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junio@hera.kernel.org> | Tue Feb 12 03:18:52 2008 |
committer | Junio C Hamano <junio@hera.kernel.org> | Tue Feb 12 03:18:52 2008 |
tree | d062fd43e7c3a543176e5d390ac730c6b2a99b5c | |
parent | 49dccafcce2c8a846416d30bc7cac6a72d67c102 [diff] [blame] |
Autogenerated HTML docs for v1.5.4.1-97-g40aab
diff --git a/git-describe.txt b/git-describe.txt index 0742152..1c3dfb4 100644 --- a/git-describe.txt +++ b/git-describe.txt
@@ -51,6 +51,10 @@ being employed to standard error. The tag name will still be printed to standard out. +--match <pattern>:: + Only consider tags matching the given pattern (can be used to avoid + leaking private tags made from the repository). + EXAMPLES --------